标签:pts oct npm device lang test bsp head class
"outDir": "./dist",
"rootDir": "./src",
"scripts": {
"test": "parcel ./src/index.html"
},
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <script src="./page.ts"></script> </body> </html>
const teacher: string = ‘222‘;
console.log(teacher);
标签:pts oct npm device lang test bsp head class
原文地址:https://www.cnblogs.com/wzndkj/p/13191004.html