mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
574 B
29 lines
574 B
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"lib": [
|
|
"es2017",
|
|
"dom",
|
|
"dom.iterable",
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"typings",
|
|
]
|
|
}
|